testing.chattyFlag.json (field)

9 uses

	testing (current package)
		example.go#L86: 	if chatty.on && chatty.json {
		testing.go#L527: 	json bool // -v=test2json is set, to make output better for test2json
		testing.go#L538: 		f.json = arg == "test2json"
		testing.go#L541: 		f.json = false
		testing.go#L547: 	if f.json {
		testing.go#L557: 	if f.json {
		testing.go#L566: 	if f.json {
		testing.go#L580: 	return &chattyPrinter{w: w, json: chatty.json}
		testing.go#L2250: 	if chatty.json {